func time.quote

19 uses

	time (current package)
		format.go#L626: 		buf = append(buf, quote(loc.name)...)
		format.go#L865: func quote(s string) string {
		format.go#L905: 			quote(e.Value) + " as " +
		format.go#L906: 			quote(e.Layout) + ": cannot parse " +
		format.go#L907: 			quote(e.ValueElem) + " as " +
		format.go#L908: 			quote(e.LayoutElem)
		format.go#L911: 		quote(e.Value) + e.Message
		format.go#L1080: 				return Time{}, newParseError(alayout, avalue, "", value, ": extra text: "+quote(value))
		format.go#L1640: 		return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1652: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1658: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1672: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1684: 			return 0, errors.New("time: missing unit in duration " + quote(orig))
		format.go#L1690: 			return 0, errors.New("time: unknown unit " + quote(u) + " in duration " + quote(orig))
		format.go#L1694: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1703: 				return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1708: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1715: 		return 0, errors.New("time: invalid duration " + quote(orig))